|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContentAssistSubject | |
org.eclipse.jface.text.contentassist | Provides a content assist add-on for an ITextViewer. |
Uses of IContentAssistSubject in org.eclipse.jface.text.contentassist |
Methods in org.eclipse.jface.text.contentassist with parameters of type IContentAssistSubject | |
void |
IContextInformationValidatorExtension.install(IContextInformation info,
IContentAssistSubject contentAssistSubject,
int documentPosition)
Installs this validator for the given context information. |
void |
IContextInformationPresenterExtension.install(IContextInformation info,
IContentAssistSubject contentAssistSubject,
int documentPosition)
Installs this presenter for the given context information. |
void |
IContentAssistantExtension.install(IContentAssistSubject contentAssistSubject)
Installs content assist support on the given subject. |
ICompletionProposal[] |
IContentAssistProcessorExtension.computeCompletionProposals(IContentAssistSubject contentAssistSubject,
int documentOffset)
Returns a list of completion proposals based on the specified location within the document that corresponds to the current cursor position within the text viewer. |
IContextInformation[] |
IContentAssistProcessorExtension.computeContextInformation(IContentAssistSubject contentAssistSubject,
int documentOffset)
Returns information about possible contexts based on the specified location within the document that corresponds to the current cursor position within the content assist subject. |
void |
ContextInformationValidator.install(IContextInformation contextInformation,
IContentAssistSubject contentAssistSubject,
int position)
|
void |
ContentAssistant.install(IContentAssistSubject contentAssistSubject)
|
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |